Skip to main content

MQTT Broker Reference

Connection details

  • Host: mqtts://broker.biotz.io
  • Port: 8883
  • Transport: TLS
  • MQTT version: v3.1.1

Authentication

The authentication values are generated and provided when a new device is registered in the Biotz Platform. Each device uses its own credentials.

  • Client id: generated and provided when a device is registered.
  • Username: generated and provided when a device is registered.
  • Password: generated and provided when a device is registered.

More information about device registration here.

Topics

Publish

Data ingestion

biotz/1/0/CUSTOMER-ID/DEVICE-ID/publish/data/MESSAGE-TYPE-INTERNAL-NAME
More information

Subscribe

Remote actioning:‍

biotz/1/0/CUSTOMER-ID/DEVICE-ID/subscribe/action/ACTION-MESSAGE-TYPE-INTERNAL-NAME
More information

Firmware updates:

biotz/1/0/CUSTOMER-ID/DEVICE-ID/subscribe/firmware/update
More information